Get "Updates were installed" date from computers

Hi,

When I go to the control panel and select windows updates, I can see the section that shows when updates were last installed. How can I access the area of the computer that is supplying that date to this view via powershell?

July 3rd, 2014 1:23am

Try here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2014 1:34am

You can try:

Get-HotFix | Select Descrption,HotFixID,InstalledOn

Unfortunately I receive a lot of results that have no dates on them..

July 3rd, 2014 1:34am

Here:

$key='HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install'
 (Get-ItemProperty $key).LastSuccessTime

You can find more examples in the "Repository".

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2014 1:39am

That one there looks good. Thanks jrv.. 
July 3rd, 2014 1:41am

My apologies for hijacking an older thread, but this reg key doesn't exist on Server Core (doesn't exist on Win10 either).

Anyone have an idea on how to retrieve the LastSuccessTime value on those two?

TIA and Kind Regards,
M.

Free Windows Admin Tool Kit Click here and download it now
August 20th, 2015 3:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics